PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFieldCollection Class / get Method
The name of the field to return.
In This Topic
    get Method
    In This Topic
    Gets the field with the specified name.
    Syntax
    public PDFField get( 
       java.lang.String fieldName
    )

    Parameters

    fieldName
    The name of the field to return.

    Return Value

    The requested PDFField object or null if the field does not exist
    See Also